gskpango.c: Include cairo.h consistently
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 4 Sep 2017 15:29:34 +0000 (23:29 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 6 Sep 2017 02:42:32 +0000 (10:42 +0800)
The other source files use "#include <cairo.h>", so we should do
likewise.

https://bugzilla.gnome.org/show_bug.cgi?id=773299

gtk/gskpango.c

index 50ed2f116818b5015d877efba32724725498752d..698688a26a85d0db6f2067f29215892d5a1d3bac 100644 (file)
@@ -26,7 +26,7 @@
 #include <math.h>
 
 #include <pango/pango.h>
-#include <cairo/cairo.h>
+#include <cairo.h>
 
 #define GSK_PANGO_RENDERER_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), GSK_TYPE_PANGO_RENDERER, GskPangoRendererClass))
 #define GSK_IS_PANGO_RENDERER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GSK_TYPE_PANGO_RENDERER))